home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / ToolsDebug / PPCSetDebugMode.doc < prev    next >
Encoding:
Text File  |  2000-03-02  |  1.1 KB  |  59 lines

  1. PPCSetDebugMode
  2.  
  3. is a tool to activate/disactivate certain debug outputs and has the following
  4. functions. Don`t expect output which is easily understandable...
  5.  
  6.  o LOADFILE/NOLOADFILE
  7.  
  8.    activate/disactivate the elf loader debug output
  9.  
  10.  o MEMORY/NOMEMORY
  11.  
  12.    activate/disactivate the memory management debug output
  13.  
  14.  o INIT/NOINIT
  15.  
  16.    activate/disactivate the lib init debug output.
  17.    Only for completeness because when you activate it
  18.    the init already passed by:-)
  19.  
  20.  o MSGIN/NOMSGIN
  21.  
  22.    activate/disactivate the communication from the PPC to the M68k
  23.    debug output
  24.  
  25.  o MSGOUT/NOMSGOUT
  26.  
  27.    activate/disactivate the M68k scheduler communication to the PPC
  28.    debug output.
  29.  
  30.  o TASK/NOTASK
  31.  
  32.    activate/disactivate the task functions debug output
  33.  
  34.  o MMU/NOMMU
  35.  
  36.    activate/disactivate the mmu function debug output
  37.  
  38.  o MSG/NOMSG
  39.  
  40.    activate/disactivate the message system M68k->PPC debug output
  41.  
  42.  o MISC/NOMISC
  43.  
  44.    activate/disactivate miscellanous functions debug output
  45.  
  46.  o LIBS/NOLIBS
  47.  
  48.    activate/disactivate libs debug output
  49.  
  50. 46.3
  51.  o removed the lib version check
  52.  o Copyright changed
  53.  
  54. 46.2
  55.  o Added LIBS/NOLIBS debug output switches
  56.  
  57. 46.1
  58.  o Release
  59.